Folder Class

Class Folder.

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class Folder
Inheritance
Object    Folder

Properties

ChildrenCount Gets the children count.
Comment Gets the comment.
ContainerClass Gets the container class.
DisplayName Gets the display name.
EntryId Gets the entry identifier.
HasSubFolders Gets a value indicating whether this instance has sub folders.
Id Gets the identifier.
ItemCount Gets the item count.
ParentId Gets the parent identifier.
Table Gets the table.
UnreadItemCount Gets the unread item count.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetFolder Gets the folder.
GetFolders Gets the folders.
GetFolders(Boolean) Gets the folders.
GetHashCode
(Inherited from Object)
GetItems Gets the items.
GetItems(Int32) Gets the items.
GetItems(Int32, Boolean) Gets the items.
GetItems(Int32, Int32) Gets the items.
GetItems(Int32, Int32, Boolean) Gets the items.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also